/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
	#35A841   #360
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: #101010;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
a:hover {
  color: #165286;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity linear 0.218s;
  -moz-transition: opacity linear 0.218s;
  transition: opacity linear 0.218s;
}
a:hover img {
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  transition: 2s;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.732;
  font-family: "Microsoft YaHei", "SimSun";
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
::selection {
  background: #5798D1;
  color: #fff;
  text-shadow: none;
}
.w12 {
  width: 100%;
}
.w11 {
  width: 91.66666667%;
}
.w10 {
  width: 83.33333333%;
}
.w9 {
  width: 75%;
}
.w8 {
  width: 66.66666667%;
}
.w7 {
  width: 58.33333333%;
}
.w6 {
  width: 50%;
}
.w5 {
  width: 41.66666667%;
}
.w4 {
  width: 33.33333333%;
}
.w3 {
  width: 25%;
}
.w2 {
  width: 16.66666667%;
}
.w1 {
  width: 8.33333333%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mfl {
  float: left;
}
.mfr {
  float: right;
}
.cf:before,
.cf:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.w {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.h {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.pt10 {
  padding-top: 10px;
}
.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.p10 {
  padding: 10px;
}
.pr10 {
  padding-right: 10px;
}
.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.inner {
  padding: 4px 8px;
}
.pl30 {
  padding-left: 30px;
}
.pl20 {
  padding-left: 20px;
}
.mt15 {
  margin-top: 15px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.owl-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: opacity linear 0.218s;
  transition: opacity linear 0.218s;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -31px;
  z-index: 1;
  display: block;
  width: 28px;
  height: 62px;
  line-height: 62px;
  background: #808080;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  font-family: 'simsun';
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #5798D1;
  border-radius: 5px;
  margin: 0 5px;
  border: none;
  outline: none;
  cursor: pointer;
  border: solid 1px #fff;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
  width: 40px;
}
.owl-carousel .owl-dots .owl-dot:hover {
  background: #fff;
}
.owl-carousel.has-title li {
  position: relative;
}
.owl-carousel.has-title li h4 {
  margin: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  background: url('images/shadow.png') repeat-x top;
  color: #fff;
}
.owl-carousel.has-title li h4 a {
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.owl-carousel.has-title.smalltitle li h4 {
  height: 35px;
  line-height: 35px;
}
.owl-carousel.has-title.smalltitle li h4 a {
  font-size: 15px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.news-slider .owl-carousel .owl-dots {
  bottom: auto;
  right: 10px;
  top: 10px;
}
.news-slider .owl-carousel .owl-dots .owl-dot {
  background-color: #5798D1;
  border: solid 1px #fff;
}
.base-top-menu {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  background-color: #f5f5f5;
  border-bottom: solid 1px #eaeaea;
  overflow: hidden;
}
.base-top-menu .wellcome {
  color: #676767;
  height: 25px;
}
.base-top-menu .wellcome span {
  display: inline-block;
  height: 25px;
  line-height: 25px;
}
.base-top-menu .base-top-link {
  text-align: right;
}
.base-top-menu .base-top-link .links {
  display: inline-block;
  font-size: 12px;
  margin: 0 0.5em;
}
.base-top-menu .base-top-link .links a {
  color: #565656;
}
.base-top-menu .base-top-link #weader {
  display: inline-block;
  overflow: hidden;
}
.top-banner {
  height: 110px;
}
.top-banner .site-name h1 {
  margin: 0;
}
.top-banner .site-name h1 a {
  width: 290px;
  height: 80px;
  background: url(./images/qhfzb-logo.svg) center center no-repeat;
  margin-top: 15px;
  display: inline-block;
  text-indent: -99999em;
}
.top-banner .banner-right-box {
  margin-top: 15px;
  margin-right: 10px;
  width: 500px;
  height: 80px;
  display: none;
}
.top-banner .qhzwfzb-links a {
  width: 230px;
  height: 50px;
  position: absolute;
  right: 50px;
  top: 35px;
  display: inline-block;
  background: url(images/qhzwfzb-logo.svg) no-repeat center;
  background-size: contain;
  text-indent: -9999em;
}
.top-banner .top-slider {
  position: relative;
}
.top-banner .search-form {
  width: 230px;
  height: 60px;
  display: block;
  position: absolute;
  right: 330px;
  top: 50px;
}
.top-banner .search-form form {
  display: block;
  width: 270px;
  height: 35px;
  position: relative;
}
.top-banner .search-form form .search-key {
  font-size: 15px;
  height: 25px;
  padding: 2px 63px 2px 10px;
  width: 194px;
  border: solid 1px #e60000;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
}
.top-banner .search-form form .submit-btn {
  display: inline-block;
  width: 60px;
  height: 31px;
  position: absolute;
  right: 0;
  background-color: #e60000;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg style=%22width: 1em;height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;%22 viewBox=%220 0 1024 1024%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 p-id=%222760%22%3E%3Cpath d=%22M883.626667 823.04l-145.066667-144.64A337.92 337.92 0 0 0 810.666667 469.333333a341.333333 341.333333 0 1 0-341.333334 341.333334 337.92 337.92 0 0 0 209.066667-72.106667l144.64 145.066667a42.666667 42.666667 0 0 0 60.586667 0 42.666667 42.666667 0 0 0 0-60.586667zM213.333333 469.333333a256 256 0 1 1 256 256 256 256 0 0 1-256-256z%22 fill=%22%23fff%22%3E%3C/path%3E%3C/svg%3E');
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-left: 15px;
}
.top-banner .search-form form .submit-btn:hover {
  background-color: #165286;
}
.for-mobile,
.show-menu {
  display: none;
}
.mian-menu-out {
  width: 100%;
  height: 50px;
  margin: 10px 0 0;
  background-color: #5798D1;
}
.mian-menu-out .main-nav {
  line-height: 50px;
}
.mian-menu-out .main-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mian-menu-out .main-nav ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 17px;
}
.mian-menu-out .main-nav ul li a {
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  letter-spacing: 2px;
}
.mian-menu-out .main-nav ul li:hover,
.mian-menu-out .main-nav ul li.current {
  background-color: #165286;
}
.big-special {
  padding: 10px 0;
}
.toutiao-box {
  height: 77px;
  padding: 10px 0;
}
.tou-tiao-zone .toutiao {
  font-size: 22px;
  line-height: 1;
  margin: 0;
  text-align: center;
  letter-spacing: 2px;
  line-height: 75px;
  border-top: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
}
.tou-tiao-zone .toutiao a {
  color: #165286;
}
.tou-tiao-zone .toutiao a:hover {
  color: #5798D1;
}
.toutiao-tips-box .toutiao-tips {
  position: relative;
  height: 55px;
  padding: 10px ;
  border: solid 1px #f1f1f1;
  background-color: #f5f5f5;
}
.toutiao-tips-box .toutiao-tips ul {
  list-style-type: none;
  margin: 0;
}
.toutiao-tips-box .toutiao-tips ul li {
  display: inline-block;
}
.toutiao-tips-box .toutiao-tips ul li a {
  display: inline-block;
  line-height: 14px;
  font-size: 13px;
  padding: 5px 10px;
  background: #f9f9f9;
}
.news-zone {
  padding: 10px 0;
}
.news-zone .main-news .list-out {
  padding-right: 15px;
}
.news-zone .main-news .list-out .list li {
  padding: 8px 0 9px 20px;
}
.news-zone .main-slider {
  padding-top: 10px;
}
.news-zone .main-slider .owl-dots {
  bottom: unset;
  top: 6px;
}
.zhoushi-links-zone {
  padding: 5px 0;
}
.zhoushi-links-zone .zhoushi-links-out {
  height: 80px;
  position: relative;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-title {
  height: 80px;
  width: 80px;
  background-color: #165286;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-title span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-top: 11px;
  line-height: 1.2;
  display: inline-block;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-box {
  margin-left: 80px;
  background-color: #5798D1;
  padding: 10px;
  height: 60px;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-box .zhoushi-links-list {
  margin: 0;
  padding: 0;
  height: 60px;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-box .zhoushi-links-list > li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-box .zhoushi-links-list > li span {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0 30px;
  font-size: 18px;
  line-height: 1.3;
  vertical-align: middle;
  padding-top: 2px ;
  cursor: pointer;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-box .zhoushi-links-list > li span.one {
  line-height: 60px;
  padding-top: 0 ;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-box .zhoushi-links-list > li > ul.child-item {
  display: none;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 48px;
  width: 100%;
  background-color: #5798D1;
  padding: 5px 0;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-box .zhoushi-links-list > li > ul.child-item li {
  text-align: center;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-box .zhoushi-links-list > li > ul.child-item li a {
  color: #fff;
  padding: 5px 5px;
  font-size: 15px;
  display: block;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-box .zhoushi-links-list > li > ul.child-item li:hover {
  background-color: #165286;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-box .zhoushi-links-list > li:hover span {
  color: #165286;
}
.zhoushi-links-zone .zhoushi-links-out .zhoushi-links-box .zhoushi-links-list > li:hover > ul.child-item {
  display: inline-block;
}
.news-body {
  padding: 15px 0 0;
}
.news-body .list-out.list-item1 {
  padding-right: 15px;
}
.news-body .list-out.list-item2 {
  padding-right: 15px;
  padding-left: 15px;
}
.news-body .list-out.list-item3 {
  padding-left: 15px;
}
.news-body .video-list.vlist3item li {
  width: 33.31%;
}
.news-body .video-list.vlist3item li .out-box {
  height: 143px;
}
.news-body .epaper-box {
  padding-top: 10px;
}
.news-body .epaper-box .epaper-out {
  width: 55%;
}
.news-body .epaper-box .epaper-out .epaper {
  height: auto;
  padding: 5px 4px;
  background: #fff;
  border: solid 1px #f1f1f1;
  position: relative;
}
.news-body .epaper-box .epaper-out .epaper:before,
.news-body .epaper-box .epaper-out .epaper:after {
  width: 70%;
  height: 55%;
  content: '';
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 17px;
  z-index: -1;
}
.news-body .epaper-box .epaper-out .epaper:before {
  transform: skew(-15deg) rotate(-6deg);
  left: 35px;
}
.news-body .epaper-box .epaper-out .epaper:after {
  transform: skew(15deg) rotate(6deg);
  right: 35px;
}
.news-body .epaper-box .epaper-other-out {
  width: 45%;
}
.news-body .epaper-box .epaper-other-out .epaper-other {
  margin: 0 0 0 10px;
  border: solid 1px #f1f1f1;
}
.news-body .epaper-box .epaper-other-out .new-epaper {
  margin: 10px 0 0 10px;
  padding: 10px;
  text-align: center;
  color: #165286;
  background-color: #f6f6f6;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
}
.news-body .epaper-box .epaper-other-out .new-epaper a {
  color: #165286;
}
.news-body .epaper-box .epaper-other-out .new-epaper a:hover {
  font-weight: bold;
}
.epapper-title {
  line-height: 38px;
  margin: 3px auto 8px;
  position: relative;
}
.epapper-title span {
  background: url("images/qhfzb-logo.svg") no-repeat;
  background-size: 137px 38px;
  background-position: left center;
  display: inline-block;
  padding: 0 25px 0 143px;
  font-size: 17px;
  font-weight: normal;
  color: #5798D1;
}
.epapper-title span a {
  color: #5798D1;
}
.epapper-title span a:hover {
  color: #165286;
}
.meit-matrix {
  padding: 15px 0;
}
.meit-matrix .matrix-body {
  padding: 20px 15px;
  border: 1px solid #f2f2f2;
  background: #f6f6f6;
  position: relative;
}
.meit-matrix .matrix-body .matrix-title {
  width: 130px;
  text-align: center;
  border-right: dashed 1px #aeaeae;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -48px;
}
.meit-matrix .matrix-body .matrix-title .qhfzb-logo {
  display: inline-block;
  width: 100px;
  height: 36px;
  background: url(images/qhfzb.svg) no-repeat center;
  background-size: contain;
  text-indent: -999em;
}
.meit-matrix .matrix-body .matrix-title .matrix-title-tips {
  color: #545454;
  line-height: 30px;
  font-size: 20px;
}
.meit-matrix .matrix-body .matrix-content {
  margin-left: 140px;
  min-height: 98px;
}
.meit-matrix .matrix-body .matrix-content .qrlist {
  border: none;
  width: 100%;
}
.meit-matrix .matrix-body .matrix-content .qrlist td {
  text-align: center;
  padding: 0 20px;
}
.meit-matrix .matrix-body .matrix-content .qrlist td span {
  font-size: 13px;
  color: #787887;
  line-height: 1;
  display: block;
}
.meit-matrix .matrix-body .matrix-content .qrlist td img {
  display: inline-block;
  max-width: 85px;
}
.meit-matrix .matrix-body .matrix-content .qrlist td p {
  margin: 0.3em 0;
  color: #343434;
}
.beauty-qh {
  padding-bottom: 20px;
}
.list {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}
.list li {
  padding: 9px 0 9px 20px;
  border-bottom: 1px dotted #ccc;
  white-space: nowrap;
  overflow: hidden;
  font-size: 17px;
  text-overflow: ellipsis;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACdJREFUeNpi+P//PwMyLiws/A9jM6BLIitgBDEYcAF8Ohnw2QkQYADmjVNUfZ22YAAAAABJRU5ErkJggg==") 8px center no-repeat;
}
.list li:hover {
  background-color: #f0f0f0;
}
.list li a {
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
}
.list li.first {
  padding: 7px;
  border-bottom: 1px dotted #ccc;
  background: #f5f5f5;
}
.list li.first a {
  color: #0b65cc;
  font-size: 20px;
}
.list li.first a:hover {
  color: #900;
}
.list li.first h4 {
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 900;
  margin: 0;
  padding: 5px 0;
}
.list li.first p {
  color: #0e4e4d;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
  white-space: normal;
  overflow: visible;
  text-indent: 1.78em;
}
.list li.has-img {
  padding: 0;
  border: none;
  word-spacing: normal;
  overflow: visible;
  position: relative;
  margin-bottom: 10px;
  margin-top: 7px;
}
.list li.has-img img {
  display: block;
}
.list li.has-img a {
  display: block;
}
.list li.has-img a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 102, 0, 0.45);
  opacity: 0;
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
}
.list li.has-img a:hover:after {
  opacity: 1;
}
.list li.has-img h4 {
  position: absolute;
  margin: 0;
  padding: 6px 0;
  left: 0;
  bottom: 0;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  z-index: 2;
  width: 100%;
}
.list li.has-img h4 a {
  color: #fff;
  display: block;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list li.has-img h4 a:after {
  display: none;
}
.list li.has-img:before {
  content: "";
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #454545;
  background-color: rgba(34, 34, 34, 0.59);
  background: url('images/shadow.png') repeat-x top;
  z-index: 1;
  width: 100%;
}
.list li.hast {
  padding-right: 45px;
  position: relative;
}
.list li.hast time {
  position: absolute;
  right: 5px;
  top: 9px;
  font-size: 14px;
  color: #787878;
  float: right;
  display: inline-block;
  line-height: 29px;
}
.list li.left-img {
  position: relative;
  height: 90px;
  padding: 5px 0;
  background-image: none;
}
.list li.left-img .left-thumb {
  position: absolute;
  left: 0;
  top: 5px;
  width: 150px;
}
.list li.left-img .left-thumb img {
  width: 150px;
  height: 90px;
}
.list li.left-img .right-title {
  margin-left: 155px;
  word-wrap: normal;
  max-height: 90px;
}
.list li.left-img .right-title h4 {
  word-wrap: normal;
  white-space: normal;
  margin: 0;
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.breadcrumb {
  padding: 10px 0;
  border-bottom: dashed 1px #badfff;
  line-height: 30px;
  font-size: 14px;
  color: #565656;
}
.breadcrumb .home {
  display: inline-block;
  padding-left: 30px;
  background: url('images/home-icon.svg') no-repeat left center;
  background-size: 25px;
}
.article-list ul li .article-item {
  padding: 18px 0 10px;
  border-bottom: solid 1px #f1f1f1;
}
.article-list ul li .article-item h3 {
  margin: 0 auto 3px;
  padding: 5px 0 3px 0;
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
}
.article-list ul li .article-item .list-main-content {
  min-height: 100px;
  position: relative;
}
.article-list ul li .article-item .list-main-content.has-thumb {
  position: relative;
  min-height: 100px;
}
.article-list ul li .article-item .list-main-content.has-thumb .thumb-img {
  position: absolute;
  left: 0;
  top: 5px;
  height: 120px;
  min-height: 100px;
  width: 160px;
}
.article-list ul li .article-item .list-main-content.has-thumb p {
  margin-left: 170px;
  min-height: 90px;
}
.article-list ul li .article-item .list-main-content p {
  margin: 0;
  padding: 5px 8px 5px 10px;
  font-size: 14px;
  color: #787878;
}
.article-list ul li .article-item .list-main-content .meta {
  text-align: right;
  font-size: 12px;
}
.article-list ul li .article-item .list-main-content .meta time {
  margin-left: 15px;
  display: inline-block;
  background: url('images/date.svg') left center no-repeat;
  padding-left: 1.5em;
  background-size: 1.2em;
}
#navigation {
  line-height: 38px;
  padding: 15px 0 10px;
}
#navigation a[title~='record'] b {
  color: #5798D1;
}
#navigation a,
#navigation a:visited,
#navigation b {
  float: left;
  padding: 5px 11px;
  border: 1px solid #5798D1;
  border-radius: 2px;
  background: #fff;
  line-height: 20px;
  margin: 0 0 0 5px;
  display: inline-block;
}
#navigation a b {
  padding: 0;
  border: none;
  background: none;
  margin: 0;
  display: inline;
  color: #000;
}
#navigation a:hover,
#navigation b {
  border: 1px solid #5798D1;
  background: #5798D1;
  color: #fff;
}
.article {
  padding: 15px 30px 30px 15px;
}
.article .post-hader h2 {
  font-size: 26px;
  margin: 15px auto 10px;
  line-height: 1.4;
  color: #343434;
}
.article .post-hader h3 {
  font-size: 22px;
  margin: 10px auto;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  color: #454545;
}
.article .post-hader .post-meat {
  padding: 5px 15px 10px;
  border-bottom: solid 1px #afafaf;
  text-align: center;
}
.article .post-hader .post-meat span,
.article .post-hader .post-meat time {
  display: inline-block;
  margin: 0 8px;
}
.article .post-hader .leader-info {
  min-height: 360px;
}
.article .post-hader .leader-info h2 {
  display: inline-block;
  padding: 10px 50px 10px 50px;
  color: #fff;
  margin: 15px auto 10px;
  background: #9c681a;
  border-radius: 0 30px 30px 0;
  font-size: 20px;
  margin-left: -36px;
  font-weight: 400;
}
.article .post-hader .leader-info .leader-jianjie {
  position: relative;
}
.article .post-hader .leader-info .leader-jianjie .photo {
  width: 188px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.article .post-hader .leader-info .leader-jianjie .photo img {
  display: inline-block;
  width: 166px;
}
.article .post-hader .leader-info .leader-jianjie .leader {
  margin-left: 200px;
  padding: 15px 10px;
}
.article .post-hader .leader-info .leader-jianjie .leader p {
  font-size: 17px;
}
.article .post-body {
  font-size: 18px;
}
.article .post-body .leader-resume-title {
  display: inline-block;
  padding: 10px 50px 10px 50px;
  color: #fff;
  margin: 15px auto 10px;
  background: #9c681a;
  border-radius: 0 30px 30px 0;
  font-size: 20px;
  margin-left: -36px;
  font-weight: 400;
}
.article .post-body p {
  line-height: 1.89;
  margin-bottom: 1.5em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: justify;
}
.article .post-body p img {
  display: inline-block;
  text-align: center;
  width: auto;
  max-width: 100%;
  height: auto;
}
.article .post-body video {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.article .post-footer .post-footer-info {
  padding: 0 20px;
  text-align: right;
}
.article .post-footer .post-footer-info .editor {
  display: inline-block;
  padding-left: 1.4em;
  background: url("images/editor.svg") left center no-repeat;
  background-size: 1.2em;
}
.h3-list-title {
  line-height: 35px;
  margin: 3px auto 8px;
  position: relative;
  z-index: 0;
  border-bottom: solid 1px #8dc332;
}
.h3-list-title span {
  background: url("images/qhfzb-logo-small.svg") no-repeat;
  background-size: 35px 35px;
  background-position: left center;
  display: inline-block;
  border-bottom: solid 2px #8dc332;
  padding: 0 25px 0 50px;
  font-size: 20px;
  font-weight: normal;
  color: #5798D1;
}
.h3-list-title span a {
  color: #165286;
}
.h3-list-title span a:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 5px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg style=%22width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;%22 viewBox=%220 0 1024 1024%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 p-id=%225253%22%3E%3Cpath d=%22M512 343.04c87.64416 0 158.72 71.04512 158.72 158.72 0 87.64416-71.07584 158.72-158.72 158.72-87.64416 0-158.72-71.07584-158.72-158.72 0-87.67488 71.07584-158.72 158.72-158.72z m417.28 81.92c46.64832 0 84.48 37.8112 84.48 84.48 0 46.64832-37.83168 84.48-84.48 84.48S844.8 556.08832 844.8 509.44c0-46.6688 37.83168-84.48 84.48-84.48zM179.2 511.14496c0 46.65344-37.83168 84.48-84.48 84.48S10.24 557.7984 10.24 511.14496c0-46.66368 37.83168-84.48 84.48-84.48S179.2 464.4864 179.2 511.14496z%22 fill=%22%235798D1%22%3E%3C/path%3E%3C/svg%3E');
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all linear 0.218s;
  -moz-transition: all linear 0.218s;
  transition: all linear 0.218s;
}
.h3-list-title span a:hover:before {
  opacity: 0.74;
  transform: scale(1.3);
}
.h3-list-title span a:hover {
  color: #165286;
}
.h3-list-title a.more {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 8px;
  width: 30px;
  height: 30px;
}
.h3defalut {
  line-height: 35px;
  margin: 3px auto 3px;
  position: relative;
  border-bottom: solid 1px #5798D1;
}
.h3defalut span {
  font-size: 20px;
  display: inline-block;
  border-bottom: solid 2px #5798D1;
  padding: 0 25px 0 5px;
  color: #5798D1;
}
.h3defalut span a {
  color: #5798D1;
}
.h3defalut span a:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 5px;
  background: url('images/more.svg');
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all linear 0.218s;
  -moz-transition: all linear 0.218s;
  transition: all linear 0.218s;
}
.h3defalut span a:hover:before {
  opacity: 0.74;
  transform: scale(1.3);
}
.h3style3 {
  line-height: 35px;
  margin: 3px auto 3px;
  position: relative;
  text-align: center;
}
.h3style3 span {
  font-size: 20px;
  display: inline-block;
  padding: 5px 15px;
  z-index: 1;
  position: relative;
  background: #fff;
  color: #5798D1;
}
.h3style3 span a {
  color: #5798D1;
}
.h3style3:before {
  content: '';
  display: block;
  position: absolute;
  width: 75%;
  top: 23px;
  left: 12.5%;
  margin: 0 auto;
  border-bottom: solid 1px #8dc332;
}
.video-list {
  padding: 0 0 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.video-list.hor4 li {
  width: 25%;
}
.video-list li {
  width: 50%;
  float: left;
}
.video-list li .out-box {
  padding: 0 5px 10px;
}
.video-list li .out-box .vinner {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.video-list li .out-box .vinner img {
  display: block;
}
.video-list li .out-box .vinner h4 {
  position: absolute;
  margin: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url('images/shadow.png') repeat-x top;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  font-weight: normal;
  text-overflow: ellipsis;
  text-indent: 0.5em;
}
.video-list li .out-box .vinner:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('images/video.svg') center;
  background-size: 30px;
  position: absolute;
  left: 10px;
  bottom: 30px;
}
.pic-list {
  padding: 0 0 5px;
  margin-left: -6px;
  margin-right: -6px;
}
.pic-list.hor3 li {
  width: 33.33333333%;
  margin-bottom: 7px;
}
.pic-list li {
  width: 50%;
  float: left;
}
.pic-list li .out-box {
  padding: 0 6px 6px;
}
.pic-list li .out-box .vinner {
  position: relative;
  overflow: hidden;
}
.pic-list li .out-box .vinner img {
  display: block;
  width: 100%;
}
.pic-list li .out-box .vinner h4 {
  position: absolute;
  margin: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  text-overflow: ellipsis;
  text-indent: 0.5em;
  background: url(images/shadow.png) repeat-x top;
}
.sidebar {
  padding: 15px;
  border-left: dashed 1px #badfff;
}
.sidebar .aside {
  padding-bottom: 15px;
}
.footer-zone {
  margin-top: 66px;
  background: #EFEFEF;
}
.footer-zone .footer-links {
  padding: 30px 0 30px;
  background: #f9f9f9;
  border-top: 1px solid #ddd;
}
.footer-zone .footer-links .related-links {
  text-align: center;
  position: relative;
}
.footer-zone .footer-links .related-links .related-links-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  font-size: 22px;
  color: #787878;
  line-height: 1.15;
  background: url(images/y-line.gif) right center no-repeat;
}
.footer-zone .footer-links .related-links .list-tab {
  margin-left: 130px;
}
.footer-zone .footer-links .related-links .list-tab li {
  display: inline-block;
  margin: 3px 5px;
}
.footer-zone .base-footer-info {
  border-top: 1px solid #ddd;
  padding-top: 18px;
}
.footer-zone .footer-out .footer-bottom {
  font-size: 14px;
  text-align: center;
  padding: 10px 0 20px;
  line-height: 1.6;
}
.footer-zone .footer-out .footer-bottom .base-bottom-link {
  text-align: center;
}
.footer-zone .footer-out .footer-bottom .base-bottom-link .links {
  display: inline-block;
  margin: 0 5px;
}
.footer-zone .footer-out .footer-bottom p {
  margin: 3px 0;
  color: #343434;
}
.footer-zone .footer-out .footer-bottom .beian {
  display: inline-block;
  margin-left: 0.6em;
  padding-left: 1.8em;
  background: url(images/beian.png) no-repeat 2px center;
  background-size: 1.3em;
}
.footer-zone .footer-out .footer-bottom .qhfzb-logo {
  width: 220px;
  height: 60px;
  background: url(images/qhfzb-logo.svg) center no-repeat;
  margin: 20px auto 0;
  text-indent: -9999em;
  cursor: help;
}
.footer-zone .footer-out .footer-bottom .other-marks {
  margin-top: 10px;
}
.footer-zone .footer-out .footer-bottom .other-marks .jubao12377 {
  display: inline-block;
  border: solid 1px #dadada;
  padding: 4px 5px;
  margin: 0 5px;
}
.footer-zone .footer-out .footer-bottom .other-marks .jubao12377 span {
  display: inline-block;
  background: url(images/buliang.png) no-repeat left center;
  padding-left: 45px;
  line-height: 1.3;
}
.footer-zone .footer-out .footer-bottom .other-marks .jubao12377:hover {
  color: #0096e0;
}
.footer-zone .footer-out .footer-bottom .other-marks .wenmingwang {
  display: inline-block;
  border: solid 1px #dadada;
  padding: 4px 5px;
  margin: 0 5px;
}
.footer-zone .footer-out .footer-bottom .other-marks .wenmingwang span {
  display: inline-block;
  background: url(images/wenmingwang.png) no-repeat 1px 3px;
  padding-left: 49px;
  line-height: 1.3;
}
.footer-zone .footer-out .footer-bottom .other-marks .wenmingwang:hover {
  color: #c22623;
}
@media only screen and (max-width: 1200px) {
  .w {
    max-width: 1024px;
    width: 100%;
  }
  .list li {
    font-size: 15px;
    padding: 5px 0 4px 17px;
    font-family: "SimSun", "宋体", "Microsoft YaHei", '\5FAE\8F6F\96C5\9ED1';
  }
  .zhoushi-links-zone .zhoushi-links-out .zhoushi-links-box .zhoushi-links-list > li span {
    padding: 0 20px;
  }
  .news-zone .main-news .list-out .list li {
    padding: 7px 0 7px 17px;
  }
  .mian-menu-out .main-nav ul li {
    margin: 0 8px;
  }
  .video-list.vlist3item li {
    width: 33.31%;
  }
  .video-list.vlist3item li .out-box {
    height: 123px;
  }
}
@media only screen and (max-width: 700px) {
  .w {
    width: 100%;
    overflow: hidden;
  }
  .mfl,
  .mfr {
    float: none;
  }
  .mfl.w1 {
    width: 100%;
  }
  .mfl.w2 {
    width: 100%;
  }
  .mfl.w3 {
    width: 100%;
  }
  .mfl.w4 {
    width: 100%;
  }
  .mfl.w5 {
    width: 100%;
  }
  .mfl.w6 {
    width: 100%;
  }
  .mfl.w7 {
    width: 100%;
  }
  .mfl.w8 {
    width: 100%;
  }
  .mfl.w9 {
    width: 100%;
  }
  .mfl.w10 {
    width: 100%;
  }
  .mfl.w11 {
    width: 100%;
  }
  .mfr.w1 {
    width: 100%;
  }
  .mfr.w2 {
    width: 100%;
  }
  .mfr.w3 {
    width: 100%;
  }
  .mfr.w4 {
    width: 100%;
  }
  .mfr.w5 {
    width: 100%;
  }
  .mfr.w6 {
    width: 100%;
  }
  .mfr.w7 {
    width: 100%;
  }
  .mfr.w8 {
    width: 100%;
  }
  .mfr.w9 {
    width: 100%;
  }
  .mfr.w10 {
    width: 100%;
  }
  .mfr.w11 {
    width: 100%;
  }
  .zhoushi-links-zone,
  .toutiao-tips-box,
  .meit-matrix,
  #weader {
    display: none;
  }
  .mian-menu-out {
    display: none;
  }
  .base-top-menu .w2 {
    width: 97%;
    text-align: right;
  }
  .base-top-menu .w4 {
    display: none;
  }
  .main-hader {
    position: relative;
    border-bottom: solid 1px #5798D1;
  }
  .main-hader .top-banner {
    height: 70px;
  }
  .main-hader .site-name {
    float: unset;
    text-align: center;
  }
  .main-hader .site-name h1 {
    transform: scale(0.7);
  }
  .main-hader .site-name h1 a {
    margin-top: 0;
  }
  .main-hader .show-menu {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 10px;
    top: 45px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg style=%22width: 1em;height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;%22 viewBox=%220 0 1024 1024%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 p-id=%229776%22%3E%3Cpath d=%22M63.976 127.976v127.909H959.43v-127.91H63.976zM319.82 575.703h639.61V447.788H319.82v127.915z m0 319.78h639.61V767.541H319.82v127.942zM63.976 575.703H191.9V447.788H63.976v127.915z m0 319.78H191.9V767.541H63.976v127.942z%22 fill=%22%23787878%22%3E%3C/path%3E%3C/svg%3E') center no-repeat;
    background-size: 30px;
  }
  .main-hader .for-mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 97px;
    z-index: 10;
    width: 100%;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 18px 15px -12px rgba(0, 0, 0, 0.4);
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
  }
  .main-hader .for-mobile ul {
    display: block;
    padding: 10px 10px;
    list-style: none;
    text-align: center;
  }
  .main-hader .for-mobile ul li {
    display: inline-block;
  }
  .main-hader .for-mobile ul li a {
    display: inline-block;
    font-size: 14px;
    padding: 2px 8px;
    margin: 4px 10px;
    border: solid 1px transparent;
    border-radius: 5px;
  }
  .main-hader .for-mobile ul li.current a {
    border: solid 1px #5798D1;
    background-color: #5798D1;
    color: #fff;
  }
  .main-hader .for-mobile.show {
    display: block;
  }
  .main-hader .top-slider {
    display: none;
  }
  .big-special {
    padding: 5px 0;
  }
  .toutiao-box {
    padding: 0;
    height: auto;
  }
  .tou-tiao-zone .toutiao {
    line-height: 40px;
  }
  .news-zone {
    padding: 0 0 0  10px;
  }
  .news-body {
    padding: 15px 0 0;
  }
  .news-body .list-out {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-body .list-out.list-item1 {
    padding-right: 10px;
  }
  .news-body .list-out.list-item2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .news-body .list-out.list-item3.item-epaper {
    padding-left: 10px;
    padding-bottom: 25px;
  }
  .news-body .list-out.list-item3 {
    padding-left: 10px;
  }
  .news-body .video-list.vlist3item li {
    width: 50%;
  }
  .news-zone .main-news {
    padding-right: 10px;
    padding-left: 10px;
  }
  .news-zone .main-news .list-out {
    padding-right: 0;
  }
  .list li {
    font-size: 15px;
    padding: 6px 0 6px 17px;
    background-position: left center;
  }
  .list li.hast time {
    font-size: 12px;
    top: 4px;
  }
  .owl-carousel.has-title li h4 {
    height: 30px;
    line-height: 30px;
  }
  .owl-carousel .owl-dots {
    bottom: unset;
    top: 0;
  }
  .owl-carousel .owl-dots .owl-dot.active {
    width: 3px;
  }
  .owl-carousel .owl-dots .owl-dot {
    width: 3px;
    height: 3px;
    margin: 0;
  }
  .owl-carousel .owl-dots .owl-dot {
    width: 3px;
    height: 3px;
    margin: 0 2px;
  }
  .sidebar {
    padding: 0;
  }
  .article-list ul li .article-item {
    padding: 8px 0;
  }
  .article-list ul li .article-item .list-main-content.has-thumb .thumb-img {
    width: 150px;
    height: 90px;
    min-height: 95px;
  }
  .article-list ul li .article-item .list-main-content p {
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 90px;
  }
  .article-list ul li .article-item .list-main-content.has-thumb {
    min-height: 120px;
  }
  .article-list ul li .article-item .list-main-content.has-thumb p {
    margin-left: 160px;
    min-height: 90px;
  }
  .pic-list {
    padding: 0 0;
  }
  .pic-list.hor3 li {
    width: 50%;
    margin-bottom: 2px;
  }
  .pic-list.hor3 li:last-child {
    display: none;
  }
  .pic-list.hor3 li .out-box {
    padding: 0 6px 12px;
  }
  .video-list.hor4 li {
    width: 50%;
  }
  .footer-zone .footer-links {
    display: none;
  }
  .footer-zone .footer-bottom .w3,
  .footer-zone .footer-bottom .base-bottom-link,
  .footer-zone .footer-bottom .mhide {
    display: none;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
